Search
Diagram.setFreeFormTargets Method
See Also
 

Sets an array of Shape objects used to replace FreeFormNode instances with ShapeNode ones when Behavior is set to LinkFreeShapes or DrawFreeShapes.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setFreeFormTargets (
    Shape[] value
)

 Parameters

value

A Shape array.

 See Also